.mianContent {
  margin: 0 auto;
  margin-top:10px;
  width: 1206px;
}
a,span,div{
    font-family:'微软雅黑','黑体','宋体';
}
.mianContent .headerLogo {
  width: 100%;
  margin: 5px auto;
  height:68px;
}
.mianContent .headerLogo img {
  width: 100%;
}
.mianContent .threeImg {
  display: flex;
  justify-content: space-between;
margin-top:5px;
height:64px;
}
.mianContent .LiList {
  /*display: flex;*/
  /*justify-content: space-around;*/
  /*flex-wrap: wrap;*/
  border-bottom: 1px solid #bfbfbf;
}
.mianContent .LiList .li1 {
  /*width: 200px;*/
  font-size: 13px;
  color: #444444;
  line-height: 26px;
  text-align: center;
}
.mianContent .LiList .li1 ul{
    display: flex;
  justify-content: space-between;
}
.mianContent .LiList .li1 ul li{
 width:190px;   
}
.mianContent .mainTitle {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.mianContent .mainTitle .title {
  font-size: 40px;
  font-weight: bold;
  color: #e62837;
  margin: 0 auto;
      width: 1170px;
    text-align: center;
        font-family: 微软雅黑;
}
.mianContent .mainTitle .more {
  width: 20px;
 
  background: #e62837;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.mianContent .titleBottom {
  height: 28px;
  display: -webkit-inline-box;
  justify-content: space-between;
  margin-top: 18px;
width:1206px;
overflow:hidden;
}
.mianContent .titleBottom .swiper-slide{
  font-size: 16px;
  line-height: 28px;
  padding-right:15px;
width:auto;
text-align:center;
}
.mianContent .imgList {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.mianContent .imgList .net-recommend {
  width: 33px;
  height: 160px;
  font-size: 19px;
  background: #ebebeb;
  text-align: center;
  line-height: 34px;
  padding-top: 10px;
  position: relative;
}
.mianContent .imgList .net-recommend img {
  position: absolute;
  top: 0;
  left: 0;
}
.mianContent .imgList .img-div {
  width: calc(100% - 43px);
  margin-left: 10px;
}
.mianContent .imgList .img-div .swiper .swiper-wrapper .swiper-slide .swiperitem {
  width: 100%;
  height: 160px;
}
.mianContent .imgList .img-div .swiper .swiper-wrapper .swiper-slide .swiperitem img {
 width:270px;height:160px;float:right
}
.mianContent .imgList .img-div .swiper .swiper-wrapper .swiper-slide .swiperitem p,.swiperbox .switem  p{
position: absolute;
bottom: 0px;
 color: #fff;
 width: 270px;
 height: auto;
margin-left:20px;
 padding:10px;
 background: rgba(0, 0, 0, 0.3);
font-size:14px;
text-align:center;
}
.swiperbox .switem  p{
width:260px;
margin-left:30px;
}
.swiperbox .switem img{
width:260px;height:160px;float:right
}
.mianContent .imgList .img-div .swiper .btnprev {
  background: url("../imgs/oneleft.png") no-repeat center;
  background-size: cover;
left:30px;
}
.mianContent .imgList .img-div .swiper .btnprev.left40{
left:40px;
}
.mianContent .imgList .img-div .swiper .btnprev::after {
  display: none;
}
.mianContent .imgList .img-div .swiper .btnext {
  background: url("../imgs/oneright.png") no-repeat center;
  background-size: cover;
}
.mianContent .imgList .img-div .swiper .btnext::after {
  display: none;
}
.mianContent .imgList .img-div .swiperbox .swiper .swiper-wrapper .swiper-slide .swiperitem {
  width: 100%;
  height: 160px;
}
.mianContent .imgList .img-div .swiperbox .swiper .swiper-wrapper .swiper-slide .swiperitem img {
  height: 100%;
}
.mianContent .imgAndText {
  margin-top: 47px;
  display: flex;
  justify-content: flex-start;
}
.mianContent .imgAndText .leftImg {
  width: 625px;
  position: relative;
  overflow: hidden;
}
.mianContent .imgAndText .leftImg .swiper {
  position: relative;
}
.mianContent .imgAndText .leftImg .swiper .swiper-wrapper .swiper-slide .switem {
  width: 625px;
  height: 352px;
  position: relative;
}
.mianContent .imgAndText .leftImg .swiper .swiper-wrapper .swiper-slide .switem img {
  width: 625px;
  height: 352px;
}
.mianContent .imgAndText .leftImg .swiper .swiper-wrapper .swiper-slide .switem p {
  position: absolute;
  bottom: 0;
  padding: 8px 0 0 20px;
  color: #fff;
  width: 624px;
  height: 37px;
  background: rgba(0, 0, 0, 0.6);
}
.mianContent .imgAndText .leftImg .swiper .swpagination {
  position: absolute;
  bottom: 40px;
}
.mianContent .imgAndText .leftImg .swiper .swpagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.mianContent .imgAndText .leftImg .swiper .swpagination .swiper-pagination-bullet-active {
  background-color: #ff0000;
  opacity: 1;
}
.mianContent .imgAndText .rightText {
  margin-left: 49px;
}
.mianContent .imgAndText .rightText li {
  position: relative;
  width: 100%;
  height: 40px;
  
  line-height: 40px;
  overflow: hidden;
}
.mianContent .imgAndText .rightText li a{
	padding-left:10px;
}
.mianContent .imgAndText .rightText li::before {
  display: block;
  position: absolute;
  content: " ";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #e60012;
  top: 50%;
 
}
.everyPart>li::before {
  display: block;
  position: absolute;
  content: " ";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #e60012;
   margin-top:1%;
}
.everyPart>li a{padding-left:10px;}
.item>div a,item1>div a{padding-left:10px;}
.item>div::before,.item1>div::before{
	
	display: block;
  position: absolute;
  content: " ";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #e60012;
  margin-top:1%;
}
.mianContent .textContentList {
  display: flex;
  justify-content: space-between;
  margin: 47px 0;
}
.mianContent .textContentList .out .title {
  position: relative;
}
.mianContent .textContentList .out .title .tabox {
  /*width: 200px;*/
  display: flex;
  /*justify-content: space-between;*/
  margin-bottom: 10px;
}
.mianContent .textContentList .out .title .tabox li {
  width: 100px;
  height: 30px;
  color: #bfbfbf;
  border-bottom-right-radius: 12px;
  display: flex;
  justify-content: space-between;
}
.mianContent .textContentList .out .title .tabox li>span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 19px;
  font-weight: bold;
}
.mianContent .textContentList .out .title .tabox li span span{ 
    display: inline-block;
    min-width:54px;
  

  text-align-last: justify;
text-justify: distribute;
    
}
.mianContent .textContentList .out .title .tabox li .tabmore {
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
}
.mianContent .textContentList .out .title .tabox li .tabmore a {
  color: #bfbfbf;
}
.mianContent .textContentList .current {
  color: #fff !important;
  background-color: #e60012;
}
.mianContent .textContentList .out1 .title1 {
  position: relative;
}
.mianContent .textContentList .out1 .title1 .tabox1 {
  width: 200px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.mianContent .textContentList .out1 .title1 .tabox1 li {
  width: 100px;
  height: 30px;
  color: #bfbfbf;
  border-bottom-right-radius: 12px;
  display: flex;
  justify-content: space-between;
}
.mianContent .textContentList .out1 .title1 .tabox1 li>span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size:19px;
  font-weight:bold;
}
.mianContent .textContentList .out1 .title1 .tabox1 li span span{
  
    
}
.mianContent .textContentList .out1 .title1 .tabox1 li .tabmore1 {
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
}
.mianContent .textContentList .out1 .title1 .tabox1 li .tabmore1 a {
  color: #bfbfbf;
}
.mianContent .textContentList .current1 {
  color: #fff !important;
  background-color: #e60012;
}
.mianContent .textContentList .everyPart {
  width: 382px;
  height:200px;
  border-top: 2px solid #ccc;
}
.mianContent .textContentList .everyPart .firstPart {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.mianContent .textContentList .everyPart .firstPart .guonei {
  width: 100px;
  height: 30px;
  background: #e60012;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-bottom-right-radius: 12px;
  font-size: 19px;
    font-weight: bold;
}
.mianContent .textContentList .everyPart .firstPart .guonei span,.firstPart .guonei span{
        min-width: 54px;
    text-align-last: justify;
    display: inline-block;
    max-width: 98px;
text-align: justify;
text-justify: distribute;
}
.mianContent .textContentList .everyPart .firstPart .more {
  font-size: 11px;
  margin-top: 5px;
}
.mianContent .textContentList .everyPart .firstPart .more a {
  color: #bfbfbf;
}
.mianContent .textContentList .everyPart .firstPart .more a:hover {
  color: #e60012;
}
.mianContent .textContentList .everyPart .firstPart .specialBox {
  display: flex;
  align-items: center;
}
.mianContent .textContentList .everyPart .firstPart .specialBox .xianshiqu {
  margin-left: 10px;
  color: #504d4d;
}
.mianContent .textContentList .everyPart li {
  font-size: 16px;
  height: 37px;
  line-height: 37px;
}
.mianContent .textContentList .everyPart li a{
padding-left:10px;
}
.mianContent .deftextContentList {
  display: flex;
  justify-content: space-between;
  margin: 47px 0;
}
.mianContent .deftextContentList .everyPart {
  width: 382px;
  border-top: 2px solid #ccc;
}
.mianContent .deftextContentList .everyPart li>span{
	min-width: 50px;
    text-align-last: justify;
	font-size:19px;
text-align: justify;
text-justify: distribute;
}

.mianContent .deftextContentList .everyPart .out5 .title5 {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out5 .title5 .tabox5 {
  
  display: flex;
  margin: 10px 0;
}
.mianContent .deftextContentList .everyPart .out5 .title5 .tabox5 li {
  height: 30px;
  color: #bfbfbf;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.mianContent .deftextContentList .everyPart .out5 .title5 .tabox5 li:last-child {
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.mianContent .deftextContentList .everyPart .out5 .title5 .tabox5 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.mianContent .deftextContentList .everyPart .out5 .title5 .tabox5 li .tabmore5 {
  font-size: 11px;
  position: absolute;
  top: 7px;
  right: 0;
}
.mianContent .deftextContentList .everyPart .out5 .title5 .tabox5 li .tabmore5 a {
  color: #bfbfbf;
}
.mianContent .deftextContentList .everyPart  .itmimg {
position: relative;
}
.mianContent .deftextContentList .everyPart .out5 .picture5 .item5 .itmimg a img {
  width: 380px;
  height: 220px;
}
.mianContent .deftextContentList .everyPart .itmimg a p{
position: absolute;
    bottom: 6px;
    color: #fff;
    width: 380px;
    height: auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    text-align: center;
}
.mianContent .deftextContentList .everyPart .out5 .picture5 .item5 .itemcontent {
  margin-top: 20px !important;
}
.mianContent .deftextContentList .everyPart .out5 .picture5 .item5 .itemcontent a {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out5 .picture5 .item5 .itemcontent a::after {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60012;
  top: 10px;
  left: -10px;
}
.mianContent .deftextContentList .everyPart .out5 .tabox5:hover {
  cursor: pointer;
}
.mianContent .deftextContentList .everyPart .out6 .tabox6:hover {
  cursor: pointer;
}
.mianContent .deftextContentList .everyPart .out7 .tabox7:hover {
  cursor: pointer;
}
.mianContent .deftextContentList .everyPart .out8 .tabox8:hover {
  cursor: pointer;
}
.mianContent .deftextContentList .everyPart .out9 .tabox9:hover {
  cursor: pointer;
}
.mianContent .deftextContentList .everyPart .out10 .tabox10:hover {
  cursor: pointer;
}
.mianContent .deftextContentList .everyPart .out11 .tabox11:hover {
  cursor: pointer;
}
.mianContent .deftextContentList .everyPart .out12 .tabox12:hover {
  cursor: pointer;
}
.mianContent .deftextContentList .everyPart .out13 .tabox13:hover {
  cursor: pointer;
}
.mianContent .deftextContentList .everyPart .out5 .current5 {
  color: #e60012 !important;
  font-weight: 700;
}
.mianContent .deftextContentList .everyPart .out6 .title6 {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out6 .title6 .tabox6 {

  display: flex;
  margin: 10px 0;
}
.mianContent .deftextContentList .everyPart .out6 .title6 .tabox6 li {
  height: 30px;
  color: #bfbfbf;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.mianContent .deftextContentList .everyPart .out6 .title6 .tabox6 li:last-child {
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.mianContent .deftextContentList .everyPart .out6 .title6 .tabox6 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.mianContent .deftextContentList .everyPart .out6 .title6 .tabox6 li .tabmore6 {
  font-size: 11px;
  position: absolute;
  top: 7px;
  right: 0;
}
.mianContent .deftextContentList .everyPart .out6 .title6 .tabox6 li .tabmore6 a {
  color: #bfbfbf;
}
.mianContent .deftextContentList .everyPart .out6 .picture6 .item6 .itmimg a img {
  width: 380px;
  height: 220px;
}
.mianContent .deftextContentList .everyPart .out6 .picture6 .item6 .itemcontent {
  margin-top: 20px !important;
}
.mianContent .deftextContentList .everyPart .out6 .picture6 .item6 .itemcontent a {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out6 .picture6 .item6 .itemcontent a::after {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60012;
  top: 10px;
  left: -10px;
}
.mianContent .deftextContentList .everyPart .out6 .current6 {
  color: #e60012 !important;
  font-weight: 700;
}
.mianContent .deftextContentList .everyPart .out7 .title7 {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out7 .title7 .tabox7 {

  display: flex;
  margin: 10px 0;
}
.mianContent .deftextContentList .everyPart .out7 .title7 .tabox7 li {
  height: 30px;
  color: #bfbfbf;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.mianContent .deftextContentList .everyPart .out7 .title7 .tabox7 li:last-child {
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.mianContent .deftextContentList .everyPart .out7 .title7 .tabox7 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.mianContent .deftextContentList .everyPart .out7 .title7 .tabox7 li .tabmore7 {
  font-size: 11px;
  position: absolute;
  top: 7px;
  right: 0;
}
.mianContent .deftextContentList .everyPart .out7 .title7 .tabox7 li .tabmore7 a {
  color: #bfbfbf;
}
.mianContent .deftextContentList .everyPart .out7 .picture7 .item7 .itmimg a img {
  width: 380px;
  height: 220px;
}
.mianContent .deftextContentList .everyPart .out7 .picture7 .item7 .itemcontent {
  margin-top: 20px !important;
}
.mianContent .deftextContentList .everyPart .out7 .picture7 .item7 .itemcontent a {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out7 .picture7 .item7 .itemcontent a::after {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60012;
  top: 10px;
  left: -10px;
}
.mianContent .deftextContentList .everyPart .out7 .current7 {
  color: #e60012 !important;
  font-weight: 700;
}
.mianContent .deftextContentList .everyPart .out8 .title8 {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out8 .title8 .tabox8 {
  display: flex;
  margin: 10px 0;
}
.mianContent .deftextContentList .everyPart .out8 .title8 .tabox8 li {
  height: 30px;
  color: #bfbfbf;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.mianContent .deftextContentList .everyPart .out8 .title8 .tabox8 li:last-child {
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.mianContent .deftextContentList .everyPart .out8 .title8 .tabox8 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.mianContent .deftextContentList .everyPart .out8 .title8 .tabox8 li .tabmore8 {
  font-size: 11px;
  position: absolute;
  top: 7px;
  right: 0;
}
.mianContent .deftextContentList .everyPart .out8 .title8 .tabox8 li .tabmore8 a {
  color: #bfbfbf;
}
.mianContent .deftextContentList .everyPart .out8 .picture8 .item8 .itmimg a img {
  width: 380px;
  height: 220px;
}
.mianContent .deftextContentList .everyPart .out8 .picture8 .item8 .itemcontent {
  margin-top: 20px !important;
}
.mianContent .deftextContentList .everyPart .out8 .picture8 .item8 .itemcontent a {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out8 .picture8 .item8 .itemcontent a::after {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60012;
  top: 10px;
  left: -10px;
}
.mianContent .deftextContentList .everyPart .out8 .current8 {
  color: #e60012 !important;
  font-weight: 700;
}
.mianContent .deftextContentList .everyPart .out9 .title9 {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out9 .title9 .tabox9 {
  display: flex;
  margin: 10px 0;
}
.mianContent .deftextContentList .everyPart .out9 .title9 .tabox9 li {
  height: 30px;
  color: #bfbfbf;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.mianContent .deftextContentList .everyPart .out9 .title9 .tabox9 li:last-child {
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.mianContent .deftextContentList .everyPart .out9 .title9 .tabox9 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.mianContent .deftextContentList .everyPart .out9 .title9 .tabox9 li .tabmore9 {
  font-size: 11px;
  position: absolute;
  top: 7px;
  right: 0;
}
.mianContent .deftextContentList .everyPart .out9 .title9 .tabox9 li .tabmore9 a {
  color: #bfbfbf;
}
.mianContent .deftextContentList .everyPart .out9 .picture9 .item9 .itmimg a img {
  width: 380px;
  height: 220px;
}
.mianContent .deftextContentList .everyPart .out9 .picture9 .item9 .itemcontent {
  margin-top: 20px !important;
}
.mianContent .deftextContentList .everyPart .out9 .picture9 .item9 .itemcontent a {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out9 .picture9 .item9 .itemcontent a::after {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60012;
  top: 10px;
  left: -10px;
}
.mianContent .deftextContentList .everyPart .out9 .current9 {
  color: #e60012 !important;
  font-weight: 700;
}
.mianContent .deftextContentList .everyPart .out10 .title10 {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out10 .title10 .tabox10 {
  display: flex;
  margin: 10px 0;
}
.mianContent .deftextContentList .everyPart .out10 .title10 .tabox10 li {
  height: 30px;
  color: #7d7d7d;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.mianContent .deftextContentList .everyPart .out10 .title10 .tabox10 li:last-child {
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.mianContent .deftextContentList .everyPart .out10 .title10 .tabox10 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.mianContent .deftextContentList .everyPart .out10 .title10 .tabox10 li .tabmore10 {
  font-size: 11px;
  position: absolute;
  top: 7px;
  right: 0;
}
.mianContent .deftextContentList .everyPart .out10 .title10 .tabox10 li .tabmore10 a {
  color: #bfbfbf;
}
.mianContent .deftextContentList .everyPart .out10 .picture10 .item10 .itmimg a img {
  width: 380px;
  height: 220px;
}
.mianContent .deftextContentList .everyPart .out10 .picture10 .item10 .itemcontent {
  margin-top: 20px !important;
}
.mianContent .deftextContentList .everyPart .out10 .picture10 .item10 .itemcontent a {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out10 .picture10 .item10 .itemcontent a::after {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60012;
  top: 10px;
  left: -10px;
}
.mianContent .deftextContentList .everyPart .out10 .current10 {
  color: #e60012 !important;
  font-weight: 700;
}
.mianContent .deftextContentList .everyPart .out11 .title11 {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out11 .title11 .tabox11 {
  display: flex;
  margin: 10px 0;
}
.mianContent .deftextContentList .everyPart .out11 .title11 .tabox11 li {
  height: 30px;
  color: #bfbfbf;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.mianContent .deftextContentList .everyPart .out11 .title11 .tabox11 li:last-child {
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.mianContent .deftextContentList .everyPart .out11 .title11 .tabox11 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.mianContent .deftextContentList .everyPart .out11 .title11 .tabox11 li .tabmore11 {
  font-size: 11px;
  position: absolute;
  top: 7px;
  right: 0;
}
.mianContent .deftextContentList .everyPart .out11 .title11 .tabox11 li .tabmore11 a {
  color: #bfbfbf;
}
.mianContent .deftextContentList .everyPart .out11 .picture11 .item11 .itmimg a img {
  width: 380px;
  height: 220px;
}
.mianContent .deftextContentList .everyPart .out11 .picture11 .item11 .itemcontent {
  margin-top: 20px !important;
}
.mianContent .deftextContentList .everyPart .out11 .picture11 .item11 .itemcontent a {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out11 .picture11 .item11 .itemcontent a::after {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60012;
  top: 10px;
  left: -10px;
}
.mianContent .deftextContentList .everyPart .out11 .current11 {
  color: #e60012 !important;
  font-weight: 700;
}
.mianContent .deftextContentList .everyPart .out12 .title12 {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out12 .title12 .tabox12 {
  display: flex;
  margin: 10px 0;
}
.mianContent .deftextContentList .everyPart .out12 .title12 .tabox12 li {
  height: 30px;
  color: #bfbfbf;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.mianContent .deftextContentList .everyPart .out12 .title12 .tabox12 li:last-child {
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.mianContent .deftextContentList .everyPart .out12 .title12 .tabox12 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.mianContent .deftextContentList .everyPart .out12 .title12 .tabox12 li .tabmore12 {
  font-size: 11px;
  position: absolute;
  top: 7px;
  right: 0;
}
.mianContent .deftextContentList .everyPart .out12 .title12 .tabox12 li .tabmore12 a {
  color: #bfbfbf;
}
.mianContent .deftextContentList .everyPart .out12 .picture12 .item12 .itmimg a img {
  width: 380px;
  height: 220px;
}
.mianContent .deftextContentList .everyPart .out12 .picture12 .item12 .itemcontent {
  margin-top: 20px !important;
}
.mianContent .deftextContentList .everyPart .out12 .picture12 .item12 .itemcontent a {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out12 .picture12 .item12 .itemcontent a::after {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60012;
  top: 10px;
  left: -10px;
}
.mianContent .deftextContentList .everyPart .out12 .current12 {
  color: #e60012 !important;
  font-weight: 700;
}
.mianContent .deftextContentList .everyPart .out13 .title13 {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out13 .title13 .tabox13 {
  display: flex;
  margin: 10px 0;
}
.mianContent .deftextContentList .everyPart .out13 .title13 .tabox13 li {
  height: 30px;
  color: #bfbfbf;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.mianContent .deftextContentList .everyPart .out13 .title13 .tabox13 li:last-child {
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.mianContent .deftextContentList .everyPart .out13 .title13 .tabox13 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.mianContent .deftextContentList .everyPart .out13 .title13 .tabox13 li .tabmore13 {
  font-size: 11px;
  position: absolute;
  top: 7px;
  right: 0;
}
.mianContent .deftextContentList .everyPart .out13 .title13 .tabox13 li .tabmore13 a {
  color: #bfbfbf;
}
.mianContent .deftextContentList .everyPart .out13 .picture13 .item13 .itmimg a img {
  width: 380px;
  height: 220px;
}
.mianContent .deftextContentList .everyPart .out13 .picture13 .item13 .itemcontent {
  margin-top: 20px !important;
}
.mianContent .deftextContentList .everyPart .out13 .picture13 .item13 .itemcontent a {
  position: relative;
}
.mianContent .deftextContentList .everyPart .out13 .picture13 .item13 .itemcontent a::after {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60012;
  top: 10px;
  left: -10px;
}
.mianContent .deftextContentList .everyPart .out13 .current13 {
  color: #e60012 !important;
  font-weight: 700;
}
.mianContent .sectextContentList .threePart .positionBox {
  position: relative;
}
.mianContent .sectextContentList .threePart .positionBox img {
  width: 385px;
  height: 182px;
}
.mianContent .sectextContentList .threePart .positionBox div {
  position: absolute;
  top: 31%;
  left: 50%;
  width: 28px;
  height: 32px;
}
.mianContent .sectextContentList .threePart .positionBox div img {
  width: 100%;
  height: 100%;
}
.mianContent .sectextContentList .threePart .positionBox p {
  position: absolute;
  bottom: 6px;
  color: #fff;
  width: 385px;
  height: 43px;
  padding: 10px 0 0 25px;
 font-size:14px;
text-align:center;
  background: rgba(0, 0, 0, 0.3);
}
.mianContent .bottomList .oneLi {
  margin-right: 16px;
}
.mianContent .leftAndright {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 40px 0;
}
.mianContent .leftAndright .leftImg {
  width: 797px;
}
.mianContent .leftAndright .leftImg .bottomImgAndText {
  display: flex;
  margin-top: 10px;
  justify-content: flex-start;
}
.mianContent .leftAndright .leftImg .bottomImgAndText ul {
  margin-left: 35px;
}
.mianContent .leftAndright .leftImg .bottomImgAndText ul li {
  height: 38px;
  line-height: 38px;
  position: relative;
}
.mianContent .leftAndright .leftImg .bottomImgAndText ul li::before {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60012;
  top: 18px;
  left: -15px;
}
.mianContent .leftAndright .leftImg .bottomImgAndText div{
    position: relative;
}
.mianContent .leftAndright .leftImg .bottomImgAndText div img{
width: 275px;
    height: 154px;
    margin-right: 35px;
}
.mianContent .leftAndright .leftImg .bottomImgAndText div p{
position: absolute;
    bottom: 6px;
    color: #fff;
width: 275px;
    height: auto;

    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    text-align: center;
}
.mianContent .leftAndright .rightText {
  width: 382px;
  border-top: 2px solid #ccc;
}
.mianContent .leftAndright .rightText .firstPart {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.mianContent .leftAndright .rightText .firstPart .guonei {
  width: 100px;
  height: 30px;
  background: #e60012;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-bottom-right-radius: 12px;
 font-size: 19px;
 font-weight: bold;

}
.mianContent .leftAndright .rightText .firstPart .more {
  font-size: 11px;
  margin-top: 5px;
}
.mianContent .leftAndright .rightText .firstPart .more a {
  color: #bfbfbf;
}
.mianContent .leftAndright .rightText .firstPart .more a:hover {
  color: #e60012;
}
.mianContent .leftAndright .rightText li {
  font-size: 16px;
  height: 37px;
  line-height: 37px;
  margin-left: 15px;
  position: relative;
}
.mianContent .leftAndright .rightText li::before {
  display: block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e60012;
  top: 18px;
  left: -15px;
}
.mianContent .twoPicture .firstPart {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.mianContent .twoPicture .firstPart .guonei {
  width: 400px;
  height: 30px;
  border-top: 2px solid #e60012;
  color: #e60012;
  line-height: 30px;
  font-weight: bold;
}
.mianContent .twoPicture .firstPart .more {
  width: 806px;
  height: 30px;
  border-top: 2px solid #ccc;
  font-size: 11px;
  text-align: right;
}
.mianContent .twoPicture .firstPart .more a {
  color: #bfbfbf;
}
.mianContent .twoPicture .firstPart .more a:hover {
  color: #e60012;
}
.mianContent .twoPicture .secondPic {
  display: flex;
  justify-content: flex-start;
  padding-top: 30px;
  box-sizing: border-box;
}
.mianContent .twoPicture .secondPic .out2 {
  display: flex;
}
.mianContent .twoPicture .secondPic .out2 .title2 {
  width: 603px;
  background: #ebebeb;
}
.mianContent .twoPicture .secondPic .out2 .title2 li {
  padding-left: 40px;
  box-sizing: border-box;
}
.mianContent .twoPicture .secondPic .out2 .title2 li a {
  display: flex;
  align-items: center;
  height: 112px;
}
.mianContent .twoPicture .secondPic .out2 .title2 li a img {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.mianContent .twoPicture .secondPic .out2 .title2 li a p {
  font-weight: 700;
  color: #7d7d7d;
}
.mianContent .twoPicture .secondPic .out2 .title2 li a p:hover {
  color: #e62837;
}
.mianContent .twoPicture .secondPic .out2 .title2 .current2 {
  background-color: #f5f5f5;
}
.mianContent .twoPicture .secondPic .out2 .picture2 {
  width: 603px;
  height: 340px;
}
.mianContent .twoPicture .secondPic .out2 .picture2 .item2 a img {
  width: 603px;
  height: 340px;
}
.mianContent .designWidth {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 30px;
  font-size: 12px;
}
.mianContent .designWidth .out3 .title3 {
  position: relative;
}
.mianContent .designWidth .out3 .title3 .tabox3 {
  display: flex;
}
.mianContent .designWidth .out3 .title3 .tabox3 li {
  height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #504d4d;
  border-left: 1px solid #504d4d;
  border-bottom: 1px solid #504d4d;
}
.mianContent .designWidth .out3 .title3 .tabox3 li:last-child {
  border-right: 1px solid #504d4d;
}
.mianContent .designWidth .out3 .title3 .tabox3 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.mianContent .designWidth .out3 .picture3 {
  margin-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.mianContent .designWidth .out3 .picture3 .item3 .bottomLianjie {
  display: flex;
  flex-wrap: wrap;
}
.mianContent .designWidth .out3 .picture3 .item3 .bottomLianjie li {
  margin-top: 10px;
  padding: 0 10px;
  border-right: 1px solid #504d4d;
}
.mianContent .designWidth .current3 {
  color: #fff !important;
  background-color: #504d4d;
}